html {
    height:100%;
}

body {
    min-height: 95%;
/*    background-color: #dbd0ba; */
    background-color: rgb(219, 208, 186);
/*    https://www.canva.com/colors/color-wheel/ */
    background-attachment: fixed;
    font-family: calibri, arial;
    font-size: 120;
    height: 98%;
}

body a {
    color: #b31b1b;
}

body a:hover {
    color: #444444;
}

 .top {
    background-color: rgb(219, 208, 186, 1.0);
     position: fixed;
     top: 0;
     width: 100%;
}

.contentBoxClass {
    padding-top: 60px;
    padding-bottom: 50px;
}

.homeTopImageDiv {
    width: 30%;
    float: left;
}

.homeTopImageImg {
    padding-left: 150px;
    padding-top: 120px;
    padding-bottom: 100px; 
}

.homeTopImageDiv1 {
    width: 70%;
    float: right;    
}

.homeTopImageDiv2 {
    margin-left: 50px;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 140px;
    text-align: center;    
}

.toolkitOverview {
    padding-left: 150px;
    padding-right: 150px;
    text-align-last: center;
}

.toolkitOverviewLeft {
    width: 45%;
    float: left;
}

.toolkitOverviewRight {
    width: 45%;
    float: left;    
}

.twoColumnLeft {
    width: 50%;
    float: left;
    padding-top: 15%;
}

.twoColumnRight {
    width: 50%;
    float: left;    
}

.footerBoxClass {
    height: 5%;
    width: 100%;
    text-align: center;  
    position: fixed;
    bottom: 0;
    background-color: rgb(219, 208, 186, 1.0);
}

.subjectPageClass {
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
    color: #000000";    
}

.pageHeadingClass {
    font-size: 2.0em;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    color: #000000";  
}

.redliningMap {
    padding-top: 50px;
}

.redliningIFrame {
    width: 640px;
    height: 480px;    
}

.toolkitIFrame {
    width: 570px;
    height: 371px;    
}

.trainingNAACPIFrame {
    width: 768px;
    height: 392px;    
}

.contactPage {
    padding-left: 30%;
    padding-right: 30%;
}

.contactForm {
    width: 100%;
    text-align: top;    
}

.contactTable {
    width: 100%;
    height: 100%;
}

.contactColumn1 {
    width: 15%;
}

.contactColumn2 {
    width: 85%;
}

.contactBox1 {
    width: 60%;
}

.contactBox2 {
    width: 100%;
}

.contactButton {
    height: 35px;
    width: 60px;
    color: #b31b1b;
    border-color: #000000;
    background-color: light-gray;
    font-weight: bold;
}

.calendar-table {
    border-collapse: collapse;
    color: black;
    margin-left: 10%;
    width: 80%;
    height:700px
}

.calendar-date-header {
    height: 50px;
}

.calendar-h1 {
    text-align: center;
    color: #b31b1b;
}

.calendar-no-border {
    border: 0;
}

.calendar-border {
    vertical-align: top;
    border: 1px solid black;
}

.calendar-border-th {
    vertical-align: middle;
    border: 1px solid black;
}

.calendar-th-size {
    width: 14%;
    height: 50px;
}

.calendar-tr-size {
    height: 140px;
}

.school-discipline-notes {
    font-size: 60%;
}

/*   mobile screen changes   */
@media only screen and (max-width: 480px) {
    .subjectPageClass {
        padding-left: 5%;
        padding-right: 5%;
    }

    .homeTopImageDiv {
        width: 80%;  
        float: none;
    }

    .homeTopImageImg {
        padding-left: 47px;
        padding-top: 20px;
        padding-bottom: 100px; 
    }

    .homeTopImageDiv1 {
        width: 90%;
        float: none;    
    }

    .homeTopImageDiv2 {
        margin-left: 10px;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10px;
    }

    .contentBoxClass {
        padding-top: 20px;
    }

    .subjectPageClass {
        margin-top: 35px;
    }

    .toolkitOverview {
        padding-top: 100px;
        padding-left: 5%;
        padding-right: 5%;
        text-align-last: center;
    }

    .toolkitOverviewLeft {
        width: 100%;
        float: none;
    }

    .toolkitOverviewRight {
        width: 100%;
        float: none;    
    }
    
    .twoColumnLeft {
        width: 100%;
        float: none;
        padding-top: 0%;
    }

    .twoColumnRight {
        padding-top: 30px;
        width: 100%;
        float: none;    
    }

    .pageHeadingClass {
        padding-top: 40px;
        padding-left: 5%;
        padding-right: 5%;

    }

    .toolkitIFrame {
        width: 390px;
        height: 254px;    
    }
    
    .trainingNAACPIFrame {
        width: 390px;
        height: 199px;    
    }
    
    .redliningIFrame {
        width: 390px;
        height: 293px;    
    }

    .redliningMap {
        padding-top: 0;
        padding-left: 20px;
    }
    
    .contactPage {
        padding-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }


}


/*    For NavBar    */

.nav-bar{
    height: 50px;
    background:rgb(219, 208, 186);
}

.nav-container{
    max-width: 1100px;
    margin: 0 auto;
}

.brand{
    float: left;
    position: absolute;
    line-height: 50px;
    font-size: 1.75em;
    color: #000000;
    padding-left: 100px;
}


nav{
    float: right;
}

nav ul{
    list-style: none;
}

nav ul li{
    float: left;
    position: relative;
}

nav ul li a{
    display: block;
    padding: 0 20px;
    line-height: 50px;
    text-decoration: none;
    font-size: 1.50em;
}

nav ul li a:not(:only-child):after{
    content: '▼';
    padding-left: 5px;
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a{
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown{
    position: absolute;
    display: none;
    z-index: 1;
    background-color: rgb(219, 208, 186, 1.0);
}

.nav-mobile{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 70px;
}

#nav-toggle{
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 15px 0;
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after{
    position: absolute;
    display: block;
    content: '';
    background: #000;
    height: 5px;
    width: 35px;
    transition: all 300ms ease-in-out;
}

#nav-toggle span::before{
    top: -10px;
}

#nav-toggle span::after{
    bottom: -10px;
}

#nav-toggle.active span{
    background-color: transparent;
}

#nav-toggle.active span::before, #nav-toggle.active span::after{
    top: 0;
}

#nav-toggle.active span::before{
    transform: rotate(45deg);
}

#nav-toggle.active span::after{
    transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
    .brand{
        font-size: 1.25em;
        padding-left: 100px
    }


    .nav-mobile{
        display: block;
    }

    nav{
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul{
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a{
        padding: 15px;
        line-height: 20px;
        padding-left: 25%;
    }


    nav ul li ul li a{
        padding-left: 30%;
    }

    .nav-dropdown{
        position: static;
    }
}

@media screen and (min-width: 799px){
    .nav-list{
        display: block !important;
    }
}



